runtime.workType.spanqMask (field)
13 uses
runtime (current package)
mgc.go#L350: spanqMask pMask
mgcmark_greenteagc.go#L305: if !work.spanqMask.read(uint32(gcw.id)) {
mgcmark_greenteagc.go#L306: work.spanqMask.set(gcw.id)
mgcmark_greenteagc.go#L332: if work.spanqMask.read(uint32(w.id)) {
mgcmark_greenteagc.go#L333: work.spanqMask.clear(w.id)
mgcmark_greenteagc.go#L801: if !work.spanqMask.read(enum.position()) {
mgcmark_greenteagc.go#L818: work.spanqMask.clear(int32(enum.position()))
mgcmark_greenteagc.go#L1172: if work.spanqMask.any() {
mgcwork.go#L335: work.spanqMask.set(w.id)
proc.go#L6068: work.spanqMask = work.spanqMask.resize(nprocs)
proc.go#L6133: work.spanqMask = work.spanqMask.resize(nprocs)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |